<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * スマホ用固定フッターバーの設定
 */

.icon-fa-language:before { content: "\f1ab"; }
.icon-fa-list:before { content: "\f03a"; }
.icon-fa-file-text:before { content: "\f15c"; }
.icon-fa-whatsapp:before { content: "\f232"; }
.icon-fa-comments:before { content: "\f086"; }
.icon-fa-envelope:before { content: "\f0e0"; }
.icon-fa-building:before { content: "\f1ad"; }

.dp-footer-bar {
  background: #ffffff;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  position: fixed;
  bottom: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  z-index: 9998;
}
.dp-footer-bar a {
  display: block;
  padding: 5px 0 5px 0;
}

.dp-footer-bar-item {
  flex: 1;
}
.dp-footer-bar-item + .dp-footer-bar-item {
  border-left: 1px solid #ddd;
}
.dp-footer-bar-item:only-child .dp-footer-bar-icon {
  display: block;
  position: relative;
}
.dp-footer-bar-item:only-child .dp-footer-bar-icon:before {
  position: absolute;
  right: 15px;
}
.dp-footer-bar-icon:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-bottom: 0;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-content {
  margin: auto;
  position: fixed;
  bottom: 20%;
  left: 0;
  right: 0;
  width: 209px;
  z-index: 9999;
}

.modal-close:before {
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 20%;
  right: 0;
  text-align: center;
  width: 50px;
}

.share { text-align: center; }


.share-button {
  float: left;
  vertical-align: center;
  width: 50px;
  height: 50px;
}
.share-button--rounded-square { 
	border-radius: 2px;
	overflow: hidden;
}
.share-button + .share-button { margin-left: 3px; }
.share-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.share-button a img { width:100%; height:auto; }

.dp-footer-bar{
  background: rgba(255,255,255, 0.8);  border-top: solid 1px #DDDDDD;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
}
.dp-footer-bar a{
  color: #000000;
}
.dp-footer-bar-item + .dp-footer-bar-item{
  border-left: solid 1px #DDDDDD;
}
/*フッター フット*/
.design-by a {color: #fff;}</pre></body></html>